Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dont call syncho callback more than once #17

Merged

Conversation

terrycojones
Copy link
Contributor

Added guard to fullproof.make_synchro_point to make sure it doesn't call its callback multiple times.

This branch is stacked on #15

Fixes #16

reyesr added a commit that referenced this pull request Mar 11, 2013
…re-than-once

Dont call syncho callback more than once
@reyesr reyesr merged commit a2b1506 into reyesr:master Mar 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The function returned by fullproof.make_synchro_point should never call the callback more than once
2 participants